Sat Dec 22 15:31:20 2001 Owen Taylor <otaylor@redhat.com>
* gdk-pixdata.h: Fix trailing "," in enumeration.
+Sat Dec 22 15:31:20 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gdk-pixdata.h: Fix trailing "," in enumeration.
+
2001-12-17 Matthias Clasen <matthiasc@poet.de>
* gdk-pixbuf.c, gdk-pixbuf-io.c, gdk-pixbuf-animation.c,
GDK_PIXDATA_DUMP_STATIC = 1 << 9,
GDK_PIXDATA_DUMP_CONST = 1 << 10,
/* save RLE decoder macro? */
- GDK_PIXDATA_DUMP_RLE_DECODER = 1 << 16,
+ GDK_PIXDATA_DUMP_RLE_DECODER = 1 << 16
} GdkPixdataDumpType;